public class FaultDetail extends Object
Classe Java per FaultDetail complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="FaultDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorMessage |
| Constructor and Description |
|---|
FaultDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Recupera il valore della proprietà errorCode.
|
String |
getErrorMessage()
Recupera il valore della proprietà errorMessage.
|
void |
setErrorCode(String value)
Imposta il valore della proprietà errorCode.
|
void |
setErrorMessage(String value)
Imposta il valore della proprietà errorMessage.
|
String |
toString()
Generates a String representation of the contents of this type.
|
public String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
StringCopyright © 2024. All rights reserved.